Claim Path
The path is a non-empty list of elements, null values, or non-negative integers. It is used to SelectPath a particular claim in the credential or a set of claims.
It is serialized as a JsonArray which may contain string, null, or integer elements
Functions
Link copied to clipboard
Appends a wild-card indicator ClaimPathElement.AllArrayElements
Link copied to clipboard
Appends an indexed path ClaimPathElement.ArrayElement
Link copied to clipboard
Appends a named path ClaimPathElement.Claim
Link copied to clipboard
Gets the head
Link copied to clipboard
Gets the tail
Link copied to clipboard